Skip to main content

Shapes

Changing shapes is done by passing new parameters to com.devexperts.dxcharts.lib.ui.theme.DxChartsShapes and then passing the object to DxChartsTheme:

val shapes = DxChartsShapes(
instrumentListCheckedItemBackgroundShape = RoundedCornerShape(/* ... */)
)
DxChartsTheme(
shapes = shapes
) {
/* content */
}

All shapes used in the library can be found here